adTempus API
|
Gets or sets the number of days by which the target date is offset from the date specified by the rule.
__property long Offset;
long Offset;
Property Offset() As long
0
If the SpecificationType is dstFloatingOffset, dstEndOfMonthOffset, dstEasterOffset, the Offset specifies the offset from the calculated date.
For example, if the SpecificationType is dstEasterOffset, the calculated date will be Easter. To trigger on Easter, set the Offset to 0. To trigger on Good Friday (2 days before Easter), set the Offset to -2. To trigger on the Monday after Easter, set the Offset to 1.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|